/**
 * 解决方案
 */
.solution {
	padding: 90px 0 10px;
}

.solution .title {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #232323;
}

.solution .sub_title {
	margin-top: 25px;
	margin-bottom: 49px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #232323;
}

.solution .item {
	width: 100%;
	height: 420px;
	margin: 20px 15px;
	background-color: #F7F7F7;
}

.solution .item_img {
	min-width: 200px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.solution .item_img img {
	width: 100%;
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

.solution .item_img img:hover {
	transform: scale(1);
}

.solution .text {
	top: 180px;
	position: relative;
	width: 100%;
	z-index: 3;
	padding-bottom: 18px;
	background-color: #F7F7F7;
}

.solution .text .item_title {
	padding: 17px 21px 0px 24px;
	font-size: 17px;
	font-weight: 400;
	color: #232323;
}

.solution .text .item_desp {
	padding: 11px 21px 13px 24px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

.solution .item .more {
	cursor: pointer;
	margin-left: 24px;
	height: 40px;
	background: url(../img/more.png) no-repeat;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 20px;
}

.solution .item .more a {
	color: #FFFFFF;
}

/**
 * 定制服务
 */
.costom {
	height: 575px;
	margin-top: 46px;
	background: url(../img/costom.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.costom .title {
	padding-top: 57px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
}

.costom .sub_title {
	margin: 24px 0px 39px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.costom .item_img {
	width: 100%;
	text-align: center;
}

.costom .item_img img {
	width: 100%;
	max-width: 200px;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.costom .item_img img:hover {
	transform: scale(1.1);
}

.costom .text {
	width: 100%;
}

.costom .text .item_title {
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

.costom .text .item_desp {
	text-align: center;
	margin-top: 23px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}

/**
 * 新闻资讯
 */

.new {
	padding: 67px 0 0;
}

.new .title {

	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #232323;
}

.new .sub_title {
	margin: 24px 0px 20px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #232323;
}

.new a {
	text-decoration: none;
}

.new .item {
	width: 100%;
	cursor: pointer;
	box-shadow: 0px 0px 15px 0px rgba(47, 47, 47, 0.05);
}

.new .item_img {
	width: 100%;
	overflow: hidden;
}

.new .item_img img {
	width: 100%;
	z-index: 1;
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

.new .item_img img:hover {
	transform: scale(1);
}

.new .text {
	width: 100%;
	min-height: 260px;
}

.new .item_title {
	padding: 10px 21px 0px 30px;
	font-size: 17px;
	font-weight: 400;
	color: #232323;
}

.new .item_date {
	padding: 10px 21px 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

.new .item_desp {
	padding: 10px 21px 0px 30px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}

.new .more {
	background: url(../img/more_new.png);
	width: 154px;
	height: 40px;
	margin: 28px auto;
	font-size: 18px;
	font-weight: 400;
	color: #335583;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

/**
 * 合作伙伴
 */
.cooperation {
	margin-top: 42px;
}

.cooperation .title {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #232323;
}

.cooperation .sub_title {
	margin-top: 26px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #232323;
}

.cooperation .item {
	width: 100%;
	text-align: center;
	height: 137px;
	line-height: 137px;
	margin: 10px;
}

.cooperation .item img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	max-width: 100%;
}

.cooperation .item img:hover {
	transform: scale(1.1);
}
